home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu314.dms / pu314.adf / NComm / Execute.me < prev    next >
Text File  |  1990-01-19  |  469b  |  25 lines

  1. ; This batchfile will install the two NComm IBM-graphic fonts in the
  2. ; fonts: directory. The files will be deleted afterwards.
  3.  
  4. IF NOT EXISTS fonts:NComm1
  5.    makedir fonts:NComm1
  6. ENDIF
  7.  
  8. IF NOT EXISTS fonts:NComm2
  9.    makedir fonts:NComm2
  10. ENDIF
  11.  
  12. copy NComm1.font fonts:
  13. copy NComm2.font fonts:
  14.  
  15. delete NComm1.font
  16. delete NComm2.font
  17.  
  18. copy NComm1.8 fonts:NComm1/8
  19. copy NComm2.8 fonts:NComm2/8
  20.  
  21. delete NComm1.8
  22. delete NComm2.8
  23.  
  24. run delete Execute.me ; dirty, but it works!
  25.